home *** CD-ROM | disk | FTP | other *** search
/ Total Java Scripts / Total Java Scripts.iso / Utilities / buttonmakers / javabutton3 / js3b.exe / 0 / RCDATA / TFORM7 / TFORM7.txt
Text File  |  1998-10-30  |  785b  |  43 lines

  1. object Form7: TForm7
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Insert Mail URL'
  6.   ClientHeight = 58
  7.   ClientWidth = 536
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Edit1: TEdit
  17.     Left = 8
  18.     Top = 8
  19.     Width = 521
  20.     Height = 21
  21.     TabOrder = 0
  22.     Text = 'mailto:'
  23.   end
  24.   object BitBtn1: TBitBtn
  25.     Left = 8
  26.     Top = 32
  27.     Width = 257
  28.     Height = 25
  29.     Caption = '&Insert'
  30.     TabOrder = 1
  31.     OnClick = BitBtn1Click
  32.   end
  33.   object BitBtn2: TBitBtn
  34.     Left = 272
  35.     Top = 32
  36.     Width = 257
  37.     Height = 25
  38.     Caption = '&Abort'
  39.     TabOrder = 2
  40.     OnClick = BitBtn2Click
  41.   end
  42. end
  43.